home *** CD-ROM | disk | FTP | other *** search
- if(this.hitTest(_root.pra.done) == true)
- {
- if(sou != 1)
- {
- _root.ricSound.stop();
- _root.ricSound.start();
- }
- sou = 1;
- if(_root.m1 == 1)
- {
- _root.snd.gotoAndPlay(10);
- _root.x = _root.lev._x + _root.lev.fon._x + _X;
- _root.y = _root.lev._y + _root.lev.fon._y + _Y;
- _root.m = 4;
- }
- if(_root.m1 == 2)
- {
- _root.snd.gotoAndPlay(10);
- _root.x = _root.lev._x + _root.lev.fon._x + _X;
- _root.y = _root.lev._y + _root.lev.fon._y + _Y;
- _root.m = 3;
- }
- }
- else
- {
- sou = 0;
- }
-